My Bookmarks

Okey, here comes Seditio Project's second made plugin, enjoy!

Installation:
1. Unpack and upload the files from folder "bm" into the folder : /plugins/bm/
2. Go into the administration panel, then the tab "Plugins", click the name of the new plugin, and at bottom of the plugin properties, select "Install all".
3. Open up your PHPMyAdmin and run the sql tables for this plugin. You find the tables in the folder /sql.
4. Config the plug options through admin cp.
5. Install the tags you want to use in your skin

Notes:

Don't forget to run the SQL table for this plugin, you find the file in /sql.

To let your users bookmark Pages and Forum Topics, you have to add some tags in pages.tpl and forums.posts.tpl

In pages.tpl:
Code:
<a href="plug.php?e=bm&a=add&id={PAGE_ID}">Add this page to Bookmark</a>


In forums.posts.tpl:
Code:
<a href="plug.php?e=bm&a=add&q={FORUM_TOPIC_ID}">Add this topic to Bookmark</a>


Then just simply call the plugin with plug.php?e=bm